crypto/internal/fips140/sha3.Digest.state (field)
8 uses
crypto/internal/fips140/sha3 (current package)
sha3.go#L52: state spongeDirection // whether the sponge is absorbing or squeezing
sha3.go#L65: d.state = spongeAbsorbing
sha3.go#L94: d.state = spongeSqueezing
sha3.go#L100: if d.state != spongeAbsorbing {
sha3.go#L123: if d.state == spongeAbsorbing {
sha3.go#L152: if d.state != spongeAbsorbing {
sha3.go#L193: b = append(b, byte(d.n), byte(d.state))
sha3.go#L230: d.state = state
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |